Vcenter Hvc Links CertificateInfo
Vcenter Hvc Links CertificateInfo
The Vcenter Hvc Links CertificateInfo schema contains information about the SSL certificate for a destination PSC endpoint.
This schema was added in vSphere API 8.0.1.0.
JSON Example
{
"ssl_thumbprint": "string",
"ssl_certificate": "string"
}
string
ssl_thumbprint
Required
The SHA-256 thumbprint of the SSL certificate for the destination PSC endpoint.
This property was added in vSphere API 8.0.1.0.
string
ssl_certificate
Optional
The full PEM encoded leaf certificate string in cert chain of the destination PSC endpoint.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.